Регистрация...

Eserv Forum / E2 / Eserv 2 support (en) / sendsmtp duplicates

imported // (v1)
Продукты и услуги Скачать Документация Купить Поддержка Форумы Партнёрам Статьи О компании
Новости
12.10.2009
Переезд завершен
Hello again,

The sendsmtp start duplicates that do not exit. I have to delete the running processes.

This is my current Cmdline:

agents\smtpsend -dw -b --ln 1000 -to 10 -r 3 -s %Server% -u %Login% -pop %Password% -o temp\%TempFile%.smtp

What do I need to change here?

Thanks again,
JB
 
Комментарии к этой версии (29.10.2002 23:09) [~geakazoid] 065b81d6
АвторДатаТекстtags
pig30.10.2002 10:12
The -b option causes smtpsend to enter infinite loop of scanning mail\out folder and send detected messages out. You have either to remove thie option or to add -z option that prevents running of more than one copy of smtpsend.

Also, you have an error in the -pop option. If you're really need to use POP authentication before SMTP sending use the following format:
-pop %Server% %Login% %Password%
If you need to use SMTP authentication use -w option instead of -pop to indicate your password.
imported
Работает на Eserv/5.05567 (10.02.2020)